home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
BlueCustom.swf
/
scripts
/
frame_630
/
PlaceObject2_285_85
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-26
|
198 b
|
13 lines
onClipEvent(enterFrame){
this._x += _global.xgo;
this._y += _global.ygo;
if(this._x > 800)
{
this._x = -50;
}
if(this._x < -100)
{
this._x = 750;
}
}